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
There is no example for nuxt using aspect_rules_js. There is a very old example that I can't get to build from rules_nodejs here: https://github.com/albttx/bazel-nuxt additionally the example is only about nuxt generate where I am trying to get an SSR example working.
What is the current behavior?
There is no example for nuxt using aspect_rules_js. There is a very old example that I can't get to build from rules_nodejs here: https://github.com/albttx/bazel-nuxt additionally the example is only about
nuxt generate
where I am trying to get an SSR example working.Describe the feature
I tried creating an example nuxt application like so:
https://github.com/EricWaddell/examples/tree/eric/nuxt/build-failing
Running
//nuxt:nuxt
(nuxt dev),//nuxt:prepare
or//nuxt:generate
all work fine with the above build, but//nuxt:build
fails withI think
nuxt build
is both copying node_modules to the .output directory and then accessing them resulting in a failure due to sandboxing.The text was updated successfully, but these errors were encountered: