diff --git a/lang/node/Makefile b/lang/node/Makefile index 52c513ddc..ab83363bf 100644 --- a/lang/node/Makefile +++ b/lang/node/Makefile @@ -161,4 +161,4 @@ endef $(eval $(call HostBuild)) $(eval $(call BuildPackage,node)) -$(eval $(call BuildPackage,node-npm)) +$(eval $(call BuildPackage,node-npm)) \ No newline at end of file diff --git a/lang/node/patches/003-path.patch b/lang/node/patches/003-path.patch index 42e07f2cd..f1808e502 100644 --- a/lang/node/patches/003-path.patch +++ b/lang/node/patches/003-path.patch @@ -9,4 +9,4 @@ + path.resolve(prefixDir, 'lib', 'node_modules')]; if (homeDir) { - ArrayPrototypeUnshift(paths, path.resolve(homeDir, '.node_libraries')); + ArrayPrototypeUnshift(paths, path.resolve(homeDir, '.node_libraries')); \ No newline at end of file