Daniel Tschinder
Daniel Tschinder
@logemann Yes this is reported in https://github.com/netlify/cli/issues/5131 and already actively worked on.
Unfortunately, this is currently not possible as esbuild [does not have support](https://github.com/evanw/esbuild/issues/253) for transpiling top level awaits, so it cannot be used in commonjs modules, which zip-it-and-ship-it produces. We are...
Does anyone of you two have a repo with a remix project where I can test this?
Some of these issues should be fixed now as of version 12.0.2. If it still appears please reopen with an example.
We do not yet support pure ESM modules in netlify functions. Currently, it will all be compiled to commonjs. Supporting this is on our roadmap though. Ref: https://github.com/netlify/zip-it-and-ship-it/issues/750
I'm sorry you are having issues. NPM 7 should work on node 10 and newer. What is the output of `npm install` that suddenly returns exitcode 1? Did you try...
Thanks for the repo. When your script runs `npm` it is using the `npm` that is installed in `node_modules`, which happened to be version 6 and now is version 7...
I wonder why this does not work in your usecase, because the code does check if there are valid credentials for the publish registry and if so the NPM_TOKEN is...
This should now be solved with 7.1.0