Cannot find module 'lodash' #3317
Unanswered
softshipper
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all
I am trying to setup for the first time
bazel
withrules_nodejs
on the dummy project.The project structure is organised as follows:
The folder
app1
contains NODE application and the folderapp2
will be a GO based application.The
index.js
is a very simple application:Running the application with the command:
it shows the error message:
I assume the problem is the
lodash
module is missing. How can I doyarn install
with bazel command?All source files can be found here:
https://github.com/softshipper/bazel_play
And also could anyone please explain the purpose of yarn_install rule?
Best regards
Beta Was this translation helpful? Give feedback.
All reactions