-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Errors when trying the minimal setup #581
Comments
It looks weird. Let me know how your project directory looks like. |
Here is the clone of my directory: |
@dmitriz could you tell us your dev env?
|
@arunoda Same as me after upgrade to v2.0.0-beta6 macOS 10.12.2 |
When I run
And I change webpack config as below then resolve it. webpack: (config, { dev }) => {
config.resolveLoader.modules.push(path.join(process.cwd(), 'node_modules'))
return config
} Maybe this is a difference between webpack@1 and webpack@2. |
node -v; npm -v
v6.9.2
4.0.5 Mac OSX 10.8.5 |
@nkzawa this happens when we install it from NPM or via |
Guys, try: |
@arunoda Yes, it fix for me... |
Works now! Many thanks for fixing it so quick! |
The minimal setup at the beginning of
https://zeit.co/blog/next
seems to generate cryptic errors:
npm install
does not help :(The text was updated successfully, but these errors were encountered: