BIMserver-JavaScript-API icon indicating copy to clipboard operation
BIMserver-JavaScript-API copied to clipboard

build error

Open gmaillet opened this issue 6 years ago • 1 comments

I had several problems with the command "npm run build", to solve them, I had:

  • to define a version number in the package.json (see #6)
  • to install rollup-plugin-json module
  • to suppress '{' in the import commands of rollup.config.js

gmaillet avatar Feb 08 '19 13:02 gmaillet

I had the same errors

tpharaoh avatar Mar 25 '19 08:03 tpharaoh