-
Notifications
You must be signed in to change notification settings - Fork 8
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
Mastarm build is failing in Windows 10 OS #235
Comments
From what I know this library is only used within Conveyal for Conveyal projects. What project are you using it for? What command are you running exactly? |
Hi. What I tried to do in later steps is to go inside cloned github repository folder and tried to initiate a build with the command mastarm build: Aftterwards I got the following error: Error: Cannot find module 'babel-polyfill' from 'C:\Users\Omistaja\Documents\GitHub\datatools-ui\lib' C:\Users\Omistaja\Documents\GitHub\datatools-ui>` I have decided to like solve one error at a time to see where it leads to. |
Hi,
I am trying to make a build in mastarm and it throws the follwoing error.
I am using windows 10 pro 64-bit OS.
I am getting the following error:
C:\Users\Omistaja\AppData\Roaming\npm\node_modules\mastarm\lib\util.js:11
throw new Error(
^
Error: No file(s) found! Did you spell the filename(s) correctly?
at Object.exports.assertEntriesExist (C:\Users\Omistaja\AppData\Roaming\npm\node_modules\mastarm\lib\util.js:11:11)
at Object. (C:\Users\Omistaja\AppData\Roaming\npm\node_modules\mastarm\bin\mastarm-build:34:6)
at Module._compile (module.js:652:30)
at Object.Module._extensions..js (module.js:663:10)
at Module.load (module.js:565:32)
at tryModuleLoad (module.js:505:12)
at Function.Module._load (module.js:497:3)
at Function.Module.runMain (module.js:693:10)
at startup (bootstrap_node.js:188:16)
at bootstrap_node.js:609:3
Can you please help me out here?
Thanks
The text was updated successfully, but these errors were encountered: