-
-
Notifications
You must be signed in to change notification settings - Fork 171
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
Unable to build project #94
Comments
This is a known issue and there is a workaround, see mozilla/source-map#304 (comment) |
To save everyone having to track down the workaround, just put |
I'm windows with a working (for dev) TS/Vue setup. Adding
|
@delaneyj Not sure, but I'm using Windows and Vue (but without Typescript), which does work. The project I'm using it for is here: https://github.com/dracan/tomatoad if that helps at all. |
Hmm @dracan has it in See https://yarnpkg.com/lang/en/docs/selective-version-resolutions/#toc-why-would-you-want-to-do-this |
Hello ,
I'm coming across an issue when try to build the project.
I'm getting the following error:
/home/ubuntu/Workspace/Projects/electron-webpack-quick-start/node_modules/webpack-sources/node_modules/source-map/lib/source-map-generator.js:276 throw new Error( ^ Error: original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.
node: 8.9.4
npm: 5.6.0
yarn: 1.3.2
Step to reproduce:
The text was updated successfully, but these errors were encountered: