You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we're getting this issue for a project that we're doing, and it appeared on a few machines, so looks like something is broken with the bs-moment npm install. I tracked down that the bsconfig.json is missing in the published NPM package, could this be an issue? From my understanding the package is installed then compiled with the bsb compiler and then used by the bsb compiler to create the package. The error we get is:
Package not found: resolving package bs-moment in /
Fatal error: exception BuckleScript package bs-moment not found or built , if it is not built
Please run 'bsb -make-world', otherwise please install it
Error happened when running command /Users/fp/code/examples/reason/website-fp-fork/node_modules/bs-platform/bin/bsb.exe with args [ '-make-world', '-w' ]
When I ran bsb -make-world on the npm folder it complained that bsconfig.json is missing.
The steps to reproduce are:
Set up empty bucklescript project (bs-platform)
npm install
bsb -make-world
The text was updated successfully, but these errors were encountered:
Hi!
we're getting this issue for a project that we're doing, and it appeared on a few machines, so looks like something is broken with the bs-moment npm install. I tracked down that the bsconfig.json is missing in the published NPM package, could this be an issue? From my understanding the package is installed then compiled with the bsb compiler and then used by the bsb compiler to create the package. The error we get is:
When I ran bsb -make-world on the npm folder it complained that bsconfig.json is missing.
The steps to reproduce are:
The text was updated successfully, but these errors were encountered: