We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
{ "name": "test", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC" }
After installing parcel with npm install -g parcel-bundler parcel should not crash
npm install -g parcel-bundler
parcel crashes
(node:29744) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: Cannot find module './SourceMapPackager'
Up-to-date Debian Sid installation with a freshly installed parcel.
The text was updated successfully, but these errors were encountered:
The same happened to me when following Getting Started
Sorry, something went wrong.
This is because Node 6 is not supported, Parcel currently only works with Node 8+ We are working to support Node 6 and 7 as well
You are right. After update it works.
No branches or pull requests
🎛 Configuration (.babelrc, package.json, cli command)
🤔 Expected Behavior
After installing parcel with
npm install -g parcel-bundler
parcel should not crash😯 Current Behavior
parcel crashes
🌍 Your Environment
Up-to-date Debian Sid installation with a freshly installed parcel.
The text was updated successfully, but these errors were encountered: