We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f03bcd1 commit 9aa322fCopy full SHA for 9aa322f
packager/react-packager/src/DependencyResolver/haste/DependencyGraph/index.js
@@ -147,7 +147,7 @@ DependecyGraph.prototype.resolveDependency = function(
147
dep = this._graph[modulePath];
148
if (dep == null) {
149
throw new Error(
150
- 'Cannot find package main file for pacakge: ' + packageJson._root
+ 'Cannot find package main file for package: ' + packageJson._root
151
);
152
}
153
return dep;
0 commit comments