0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

アプリコードをUbuntu内に入れたらnode run ができなくなった

Posted at

Dockerってホントにむずい

画面共有してたら「え、ローカル環境遅くない??」って言われて
WSL上にあるはずだけどな??と思ってはいたけど、
なんせこれが初めての案件なもんで
遅いも早いも比べる対象がない。(笑)

アプリコードをUbuntuの領域に入れないと

https://qiita.com/minato-naka/items/84508472c04f628e576e
こちらの記事を参考に
Ubuntu領域にコピーしました。

動かしてみた

前までのローカル環境では考えられないぐらいのスピード
そりゃ遅いとあおられるわけですね。

コンパイルしてみる

これまで通り

node run dev

でコンパイルしてみると

run dev
Creating node_run ... done

> dev
> npm run development


> development
> mix

sh: 1: mix: Permission denied
ERROR: 126

こんなエラーが吐き出された

なんか権限回りのことみたい

こちらの記事を参考にしました。
https://inno-tech-life.com/dev/js/ts-error-permission-denied/
本当にありがとうございます。

一度C直下でnodeをinstallしたから
WSLの領域内に入るとユーザーが変わるんですね…

忘れないようにします。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?