-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot find module './src/common' only in npm version 2 #46
Comments
@MoOx i have above error with caniuse-api which is a dependency of postcss-cssnext. I found many issues related to caniuse-api in postcss-cssnext repository. Do you think is this one of them? |
There is no such file as src/common. The issue seems to be a shelljs issue. |
@MoOx Thank you! I'll make an issue at that repository |
Additional error message
|
Sorry the this message doesn't help at all. Nothing is interesting here... |
Should be closed by #47 |
I recently changed npm version from 3 to 2 in order to use google app engine.
I could successfully install packages when i was using npm3, but after i changed to npm2, this error happens. I don't use this package directly. It is installed via dependencies of postcss-cssnext.
I think it's related to the way npm installs packages. I heard that npm3 differently installs its packages than npm2.
and the strange thing is, after failing
npm install
, I tried to run that command again, then it succeeded. First install always fails and second install succeeds.The text was updated successfully, but these errors were encountered: